* lisp/progmodes/pascal.el (pascal--syntax-propertize): New const.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 May 2013 02:26:38 +0000 (22:26 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 5 May 2013 02:26:38 +0000 (22:26 -0400)
commite4a9817db0e64f1736314bd35f128717fb1d045e
tree14ac7873ad97f850ae601cdf534f45733019035c
parent1221e36106fcc0eb9220f5e95b5c7091c0bca510
* lisp/progmodes/pascal.el (pascal--syntax-propertize): New const.
(pascal-mode): Use it.  Use setq-local.
(pascal-font-lock-keywords): Use backquotes.
Merge the two entries that handle function definitions.
* test/indent/pascal.pas: Add test for mis-identified comments.
lisp/ChangeLog
lisp/progmodes/pascal.el
test/ChangeLog
test/indent/pascal.pas